fix(rename): avoid hitting runtime assert when renaming virtual files
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 23 Apr 2025 16:26:54 +0000 (18:26 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 24 Apr 2025 09:51:24 +0000 (11:51 +0200)
commit22862556353b10bf6541c4e39b580ea141157a9d
tree33c730426e072bbd73ea71a1022a34cdf6c7b880
parent47b3a5c8ca5a4c50dcf48b73275555db790342e3
fix(rename): avoid hitting runtime assert when renaming virtual files

when propagating a rename to the child items, we must not make child
items be done from propagator point of view

they will be part of their own propagator item and that will create
issues

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/libsync/propagatorjobs.cpp
test/testsynccfapi.cpp